Add missing annotation for gtk_combo_box_text_get_active_text()
authorTristan Brindle <tristan@fugro-fsi.com.au>
Mon, 12 Nov 2012 05:44:10 +0000 (13:44 +0800)
committerSébastien Wilmet <swilmet@gnome.org>
Fri, 4 Jan 2013 14:30:46 +0000 (15:30 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=688140

gtk/gtkcomboboxtext.c

index 81bbd19b66d0e75e3afa15dcf8e647c88c7d38bc..e09f3ef3c490f825f8ba01b25309015b67d1edcd 100644 (file)
@@ -576,8 +576,8 @@ gtk_combo_box_text_remove_all (GtkComboBoxText *combo_box)
  * function will return its contents (which will not necessarily
  * be an item from the list).
  *
- * Returns: a newly allocated string containing the currently
- *     active text. Must be freed with g_free().
+ * Returns: (transfer full): a newly allocated string containing the
+ *     currently active text. Must be freed with g_free().
  *
  * Since: 2.24
  */